home *** CD-ROM | disk | FTP | other *** search
/ The American Nation / Resource Pro - The American Nation.iso / pc / data1.cab / Database_Files / ResourcePro.exe / launchpd.dxr / 00028_GT Launch.ls < prev    next >
Encoding:
Text File  |  2000-11-28  |  292 b   |  15 lines

  1. on exitFrame
  2.   global gLaunchPad
  3.   set gLaunchPad to "yes"
  4.   if the platform contains "Windows" then
  5.     set err to OpenDIR("Tour\main.dxr", "CD")
  6.   else
  7.     set err to OpenDIR("Tour:main.dxr", "CD")
  8.   end if
  9.   if err <> "none" then
  10.     macMenuOn()
  11.     alert(err)
  12.     go("main")
  13.   end if
  14. end
  15.